home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
winterfood.swf
/
scripts
/
DefineSprite_104
/
frame_4
/
DoAction.as
Wrap
Text File
|
2008-03-13
|
217b
|
14 lines
if(FishTime > 0)
{
gotoAndPlay(3);
}
else
{
Num = int(Math.random() * 5) + 1;
if(_root["Duck" + Num].Eating == false)
{
_root["Duck" + Num].gotoAndPlay("Eat");
}
gotoAndPlay(2);
}